home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / msdos / ask_17.zip / ASK!.DOC < prev    next >
Text File  |  1993-11-14  |  4KB  |  87 lines

  1.  
  2.                                  Mike Alderson
  3.                                   1008 Brand      
  4.                             Sweetwater Texas 79556
  5.  
  6.              Copyright (C) 1993  M. Alderson.  All Rights Reserved.
  7.  
  8.          -------------------------------------------------------------
  9.          ABSTRACT
  10.          -------------------------------------------------------------
  11.          ASK! will let you decide if you want to run a particular
  12.          program at startup.
  13.  
  14.          This is handy for anyone who runs a BBS and sometimes has to
  15.          reboot his/her system.  
  16.  
  17.          This program will ask you if you run a particular program.
  18.          If you press y, it will run it.  If you press any other key
  19.          it will drop you to DOS.  If you don't press any key in about
  20.          15 seconds, it will automatically run the program.
  21.          -------------------------------------------------------------
  22.          INCLUDED FILES
  23.          -------------------------------------------------------------
  24.  
  25.          1.    ASK!.DOC -- general documentation
  26.  
  27.          2.    ASK!.EXE -- The main program
  28.  
  29.          3.    SETUP.EXE -- Used to setup the program you want to run
  30.                             at startup
  31.  
  32.          4.    BRUN20.EXE -- run time module need to run this program
  33.  
  34.          5.    REGISTER.FRM -- registration form
  35.  
  36.          -------------------------------------------------------------
  37.          DISCLAIMER
  38.          -------------------------------------------------------------
  39.  
  40.          ASK! and accompanying files are provided AS IS without any
  41.          warranty, expressed or implied.  This includes without limitation
  42.          the fitfulness for a particular purpose or application and any
  43.          warranties of merchantability.
  44.  
  45.          While I tried to be as through as possible in preparing ASK!,
  46.          M. Alderson shall not be liable for any damages, whether direct,
  47.          indirect, special, incidental or consequential arising from a
  48.          failure of this program or accompanying files to operate in a
  49.          manner desired by the user.  M. Alderson shall not be liable for
  50.          any damage to data or property which may by caused directly or
  51.          indirectly by use of this program.
  52.  
  53.          In no event will M. Alderson be liable to you for any damages,
  54.          including any lost profits, lost savings or other incidental or
  55.          consequential damages arising out of your use or inability to use
  56.          the program, or for any claim by any other party.  Individuals using
  57.          the software bear all risk as to its quality and performance.
  58.   
  59.          -------------------------------------------------------------
  60.          CONTACTING ME
  61.          -------------------------------------------------------------
  62.  
  63.          Blue Thunder BBS                       915-235-3451
  64.          Radio Spectrum BBS                     915-235-1685
  65.          CompuServe                   I.D.  73021,452
  66.  
  67.          -------------------------------------------------------------
  68.          INSTRUCTIONS
  69.          -------------------------------------------------------------
  70.  
  71.          Unzip the ASK!17.zip archive into any directiory in your dos
  72.          path.  (I reccomend the DOS subdirectory).
  73.  
  74.          Run the setup program and: 
  75.          Enter the name of the program you want to run at startup.
  76.          Then enter the path to this program.  
  77.  
  78.          Add the following lines to the end of your autoexec.bat file.
  79.          cd\dos (Or the subdirectory you put the program in)
  80.          ask!
  81.  
  82.          Thats it! 
  83.          Enjoy!
  84.  
  85.  
  86.  
  87.